home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr46 / vfwdk.zip / VFWSDK.ZIP / SAMPLES / BRAVADO / CONFIG.DLG < prev    next >
Text File  |  1993-01-19  |  1KB  |  31 lines

  1. DLGINCLUDE RCDATA DISCARDABLE
  2. BEGIN
  3.     "CONFIG.H\0"
  4. END
  5.  
  6. DLG_VIDEOCONFIG DIALOG 10, 26, 248, 156
  7. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  8. CAPTION "Video Capture Device Setup"
  9. FONT 8, "MS Sans Serif"
  10. BEGIN
  11.     DEFPUSHBUTTON   "OK", IDOK, 194, 38, 45, 14
  12.     PUSHBUTTON      "Cancel", IDCANCEL, 194, 56, 45, 14
  13.     LTEXT           "&Base Port Address:", -1, 6, 40, 82, 12
  14.     COMBOBOX        ID_LBPORTBASEADDRESS, 98, 38, 85, 70, CBS_DROPDOWNLIST | WS_VSCROLL | 
  15.                     WS_TABSTOP
  16.     LTEXT           "&Interrupt Address:", -1, 6, 58, 82, 12
  17.     COMBOBOX        ID_LBINTERRUPTNUMBER, 98, 56, 85, 70, CBS_DROPDOWNLIST | 
  18.                     WS_VSCROLL | WS_TABSTOP
  19.     LTEXT           "Base &Memory Address:", -1, 6, 76, 87, 12
  20.     COMBOBOX        ID_LBMEMORYBASEADDRESS, 98, 74, 85, 52, CBS_DROPDOWNLIST | 
  21.                     WS_VSCROLL | WS_TABSTOP
  22.     CTEXT           "", 106, 6, 8, 238, 8
  23.     CTEXT           "", 107, 6, 22, 238, 8
  24.     LTEXT           "The Interrupt Address setting may not be shared with another device.", 
  25.                     108, 4, 94, 238, 12
  26.     LTEXT           "The Base Memory Address must be set to an address higher than the amount of extended memory physically present in your system.", 
  27.                     109, 4, 110, 238, 20
  28.     LTEXT           "For most computers, this means that a maximum of 14Meg. of extended memory may be present in your system.", 
  29.                     110, 4, 132, 238, 20
  30. END
  31.